Welcome![Sign In][Sign Up]
Location:
Search - tsp c

Search list

[AI-NN-PRants

Description: ants 算法求解TSP问题(自己以前写的,进行过验证)。c为邻接矩阵,p is the start city-ants呾Yang ? low TSP恀ㄗ赻Questions can tease ? ㄛ vehicles shallow cavity迡Toru Guang蛔ㄘ ﹝ c tarts trying to lay all the Fei River峈step, p is the start city
Platform: | Size: 1024 | Author: steawen | Hits:

[AI-NN-PRmemetic_for_TSP

Description: TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题 的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解 决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
Platform: | Size: 102400 | Author: 文龙 | Hits:

[VC/MFCant

Description: 这是一个C语言写的一个解决TSP问题的蚁群算法程序-This is a C language to write a solution to the problem TSP Ant Colony Algorithm procedure
Platform: | Size: 6144 | Author: leijiang | Hits:

[matlabant-c-s

Description: 在matlab的环境下,利用ANT_COLONY算法求解TSP问题,灵活,精练,是你参考学习的好M文件-In the matlab environment, the use of TSP problem algorithm ANT_COLONY, flexible, concise, is that you learn a good reference document M
Platform: | Size: 2048 | Author: 王上 | Hits:

[CSharpTSP

Description: 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
Platform: | Size: 8192 | Author: 刘年 | Hits:

[Othertsp

Description: 一个tsp问题的c程序,解决tsp问题 很好。我已经用过的。-1 tsp problems c procedures to resolve tsp good question. I have used.
Platform: | Size: 1024 | Author: 刘盼盼 | Hits:

[transportation applicationstsp+vrp

Description: 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 -Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as well as delphi.
Platform: | Size: 25600 | Author: lian | Hits:

[AI-NN-PRtsp_GA

Description: 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In Visual C++ compiler environment, the genetic algorithm procedure, and use them to solve a 48 cities TSP problem.
Platform: | Size: 730112 | Author: 肖翔 | Hits:

[AI-NN-PRtsp_SA

Description: 在Visual C++ 编译环境下, 模拟退火算法算法的程序,并利用它们求解了48个城市的TSP问题。-In Visual C++ compiler environment, simulated annealing algorithm algorithm procedures and use them to solve the 48 cities TSP problem.
Platform: | Size: 691200 | Author: 肖翔 | Hits:

[AI-NN-PRAstar_TSP

Description: 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
Platform: | Size: 60416 | Author: 杨猛 | Hits:

[AI-NN-PRtsp_yichuansuanfai

Description: tsp遗传算法的实现,以前的作业,希望大家喜欢-Genetic Algorithm tsp realize, before the operation, I hope everyone likes
Platform: | Size: 727040 | Author: zzt | Hits:

[Mathimatics-Numerical algorithmsACS

Description: 蚁群算法 控制台程序 基于类 不是基本的TSP模型的ant-cycle算法 而是蚁群系统 ant colony system算法-ANT COLONY ALGORITM. TSP MODEL. C++ CLASS BASED. ANT COLONY SYSTEM,NOT ANT-CYCLE ALGORITHM.
Platform: | Size: 4096 | Author: zhaowei | Hits:

[AI-NN-PRlk-0.5.0.tar

Description: Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
Platform: | Size: 1797120 | Author: foxman | Hits:

[CSharpTSP

Description: 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
Platform: | Size: 2048 | Author: 卓越 | Hits:

[AI-NN-PRTSP_GA

Description: 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms" course work, with the issue of Genetic Algorithm for TSP. Which encountered the problem of slow convergence is also found in the network solution. We should all download the Windows program that VC6. I wrote this from scratch, we should look more easy to understand. C++ the Console program, VC2005 compiled under. All use of STL, the compiler is why the old might be a problem. Compressed packet, there are papers to thank the victory: " TSP to improve the genetic algorithm." It is mating with his greed makes on behalf of about 10 on the convergence to good solutions. Praise again!
Platform: | Size: 599040 | Author: | Hits:

[Mathimatics-Numerical algorithmstspproblem

Description: 自己编写的,TSP问题的各种近似算法,有最近邻策略,最短链接策略-I have written, TSP approximation algorithm for a variety of issues, there are nearest-neighbor strategy, the shortest link strategy
Platform: | Size: 3072 | Author: binbin | Hits:

[AI-NN-PRTSP

Description: 高效率的人工智能算法,解决旅行者问题,并且采用了多种算法进行对比。-Efficient artificial intelligence algorithms, to solve the issue of travelers, and use a variety of comparison algorithms.
Platform: | Size: 2048 | Author: 谢松林 | Hits:

[AI-NN-PRACOforTSP

Description: tsp问题的群蚁算法实现,其中c为测试矩阵,代表各点的相对坐标,NC_max 最大迭代次数 ,m蚂蚁个数,Alpha 表征信息素重要程度的参数,Beta 表征启发式因子重要程度的参数,Rho 信息素蒸发系数,Q 信息素增加强度系数,R_best 各代最佳路线,L_best 各代最佳路线的长度,运行后得到最佳路线和收敛曲线-ant problem tsp algorithm group, of which c for the test matrix, the representative of the relative coordinates of the points, NC_max the largest number of iterations, m the number of ants, Alpha pheromone characterization of the importance of the parameters, Beta factor, the importance of heuristic characterization of the parameters , Rho pheromone evaporation factor, Q factor pheromone to increase strength, R_best generations the best route, L_best generations the best route length, running the best routes and the convergence curve
Platform: | Size: 1024 | Author: WJC | Hits:

[Algorithmc

Description: 粒子群算法求解TSP问题,大家共享哦,希望有所帮助-Particle Swarm Algorithm for TSP problem, we shared Oh, want to be helpful
Platform: | Size: 2048 | Author: 464252762 | Hits:

[Windows DevelopAntSystem

Description: 此程序是用Visual C++开发的,功能是用改进后的蚁群算法解决TSP问题,可以直接在Visual C++6.0下运行。-This program s function is solving TSP question using Ant algrithm.
Platform: | Size: 1352704 | Author: yangmingze | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

CodeBus www.codebus.net